home *** CD-ROM | disk | FTP | other *** search
/ Selling To the Government / Selling to the Government.iso / update.bat < prev    next >
DOS Batch File  |  1994-02-15  |  537b  |  23 lines

  1. Echo Update CDPMenu To latest version
  2. Echo.
  3. if $$%1==$$ Goto GiveHelp
  4. if $$%2==$$ goto GiveHelp
  5. echo Installing from %1 CDROM drive to the Directory %2
  6. echo Type Ctrl-C to abort at next prompt if arguments are not correct
  7. echo.
  8. pause
  9. Copy %1:\CDP\Install\*.* %2\*.*
  10. Copy %1:\CDP\DAT\CDPDOC.* %2\*.*
  11. %1:\CDPDOCUP %2
  12. Echo.
  13. echo CDPMenu is updated
  14. Goto EndBat
  15.  
  16. :GiveHelp
  17. echo Command line
  18. echo G:\UPDATE G C:\CDP
  19. Echo Where G is changed for your CDROM Drive
  20. echo Where C:\CDP is the current CDPDirectory
  21. echo.
  22. :EndBat
  23.